home *** CD-ROM | disk | FTP | other *** search
Wrap
<?xml version="1.0" encoding="utf-8"?> <html><head><title>CreateUnoStruct Function [Runtime]</title><meta name="filename" content="text/sbasic/common/03131500"/><meta name="language" content="en-US"/><help:css-file-link xmlns:help="http://openoffice.org/2000/help"/><!--The CSS style header method for setting styles--><style type="text/css"> p.P1{ } p.P2{ } span.T1{ font-weight:bold;} </style></head><body> <help:to-be-embedded Eid="createunostruct" xmlns:help="http://openoffice.org/2000/help"> <p class="Head1"><help:link Id="68575">CreateUnoStruct Function [Runtime]</help:link></p> <p class="Paragraph">Creates an instance of a Uno struct type.</p> </help:to-be-embedded> <p class="Paragraph">You should prefer a statement like the following, however:</p> <p class="Paragraph">Dim oStruct as new com.sun.star.beans.Property</p> <p class="Paragraph"><span class="T1">Syntax</span>:</p> <p class="Paragraph">oStruct = CreateUnoStruct( Uno type name )<help:key-word value="CreateUnoStruct" tag="kw68575_1" xmlns:help="http://openoffice.org/2000/help"/></p> <p class="P2">Example:</p> <p class="PropText">oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )</p> <p class="PropText"/> </body></html>